Build your own network usage monitor in C# (raw socket)

Although there are lots of excellent network monitor available, e.g NetWorx, DU Meter, I just think to build my own network monitor. Firstly I can explore the socket programming, secondly it’s free of charge. OK, let’s do it. Create a new WinForm project from Visual Studio         public MainForm() { // // … Continue reading Build your own network usage monitor in C# (raw socket)